home *** CD-ROM | disk | FTP | other *** search
- echo "This Install Script will Join the files to one big LHA File"
- echo "After joining them you will be asked if you want to "
- echo "decrunch it. You need 9,6 MB HD Space for the Joined file "
- echo "and 16,6 MB for the decrunching !! "
- echo "Use if you want to do it directly use the -Qv option"
- echo "Don`t Forget to copy the libs and devs to your directorys !"
- echo " "
- ask "Do you wish to continue the install [y/N]?"
- if warn
- failat 300
-
- join libe.l00 libe.l01 libe.l02 libe.l03 libe.l04 libe.l05 libe.l06 libe.l07 libe.l08 libe.l09 as liberation.lha
-
- endif
-
- echo "You will need for this 17 Megs free !"
- ask "Do you wish to decrunch the file now [y/N]?"
- if warn
- failat 300
-
- lharc x liberation.lha
-
- endif
-
-